Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Is vreturn really an array?

You should probably add the following to your code to check that vreturn is actually an array:

Change from:
For e = 0 To 1
Print vreturn(e)
Next

to:
If IsArray(vreturn) Then
For e = 0 To Ubound(vreturn)
Print vreturn(cstr(e))
Next
End If

The code is also assuming that each element in vreturn is a single value (ie. Single string, number, etc) and not some type of other object such as an array or NotesName, or document, etc).

Alex
http://www.agecom.com.au


Feedback response number WEBBAWACBB created by ~Lorraine Nimjipyburakol on 02/24/2018

variant does not contains a contain... (~Chloe Rekrooni... 24.Feb.18)
. . Is vreturn really an array? (~Lorraine Nimji... 24.Feb.18)
. . . . thanks (~Chloe Rekrooni... 26.Feb.18)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS